home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////
- // AlertPanelEx
- // by Charles Lloyd
- ////////////////////////
-
-
- AlertPanel1: AlertPanel {
- infoString = "This is pretty much what the default AlertPanel looks like. Only the infoString has been set";
- };
-
- AlertPanel2: AlertPanel {
- infoString = infoString2;
- infoFontSize = 5;
- infoFontColor = "#000000";
- alertString = "Oooops!";
- alertFontColor = "#ff00ff";
- alertFontSize = 7;
- tableWidth = "75%";
- };
-
- ShowSourceControls: ShowSource {
- componentName = "AlertPanel";
- };
-
- ComponentDescription: ComponentDescription {
- componentName = "AlertPanel";
- };
-